DialogScreenSaveZone

 

Save the current screen designation area as a picture file. And file name is stored by using the dialog box.

 

void @DialogScreenSaveZone(int x, int y, int width, int height);

 

Parameters

int x - X location

int y - Y location

int width - Width size

int height - Height size

 

Return Value

None

 

Example

@DialogScreenSaveZone(50, 50, 200, 200);

 

Description: Run a dialog box to store the current screen. The picture is to be stored at width(200) and height(200) sizes in the coordinates (50, 50).

 

Version Information

Supported Version: 10.2.9

 

Related Helps